GrapeCity Secure FTP for .NET 4.0J
Write(Byte[],Int32,Int32) メソッド

送信するデータのバイト配列。
データバッファー内のデータ送信を開始する位置。
送信するバイト数。
リモートホストにデータを送信します。
シンタックス
Public Overloads Function Write( _
   ByVal buffer() As Byte, _
   ByVal offset As Integer, _
   ByVal count As Integer _
) As Data
public Data Write( 
   byte[] buffer,
   int offset,
   int count
)

パラメータ

buffer
送信するデータのバイト配列。
offset
データバッファー内のデータ送信を開始する位置。
count
送信するバイト数。
解説

このメソッドは、既存の接続を通じてリモートホストにデータを同期的に送信します。バッファーへのデータの受け入れが可能になるか、SocketOption.SendTimeout値が期限切れになるまで、処理をブロックします。

参照

関連項目

TcpBase クラス
TcpBase メンバ
オーバーロード一覧

 

 


© 2002, GrapeCity inc. All rights reserved.